home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- if not rollOver(the clickOn + 1) then
- set the visible of sprite (the clickOn + 1) to 1
- end if
- end
-
- on exitFrame
- if the duration of cast the castNum of sprite 22 <= the movieTime of sprite 22 then
- set qt_position to 0
- go(marker(1))
- else
- go(the frame)
- end if
- end
-